INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4a41bd36704f1266d4b3f7038b89a05523e9fdf7eafeb2bb95ef0af3fe94d0f8', 
    'qjxApfUUrWVsNy0GfZTmifpL/TX6+6iLYCYreXnX3E8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00022

Result

int(1)